home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / f3iafill.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.8 KB  |  75 lines

  1.  
  2. // JavaScript wrapper for f3iafill.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IAFILLET_H = 1;
  7. include("real/intact/r3iacons.js")
  8.  
  9.  
  10. var R3CLID_IAFILLET = 673;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3IAFILLETA_Cut = 673500;
  19. function SetR3IAFILLETA_Cut(value) {
  20.   R3Set(this.r3obj, R3IAFILLETA_Cut, value, R3TID_BOOLEAN, 0); 
  21. }
  22.  
  23. function GetR3IAFILLETA_Cut() {
  24.   return R3Get(this.r3obj, R3IAFILLETA_Cut, R3TID_BOOLEAN, 0); 
  25. }
  26.  
  27. R3IAFILLETA_Radius = 673501;
  28. function SetR3IAFILLETA_Radius(value) {
  29.   R3Set(this.r3obj, R3IAFILLETA_Radius, value, R3TID_FLOAT, 0); 
  30. }
  31.  
  32. function GetR3IAFILLETA_Radius() {
  33.   return R3Get(this.r3obj, R3IAFILLETA_Radius, R3TID_FLOAT, 0); 
  34. }
  35.  
  36. R3IAFILLETA_Order = 673502;
  37. function SetR3IAFILLETA_Order(value) {
  38.   R3Set(this.r3obj, R3IAFILLETA_Order, value, R3TID_BOOLEAN, 0); 
  39. }
  40.  
  41. function GetR3IAFILLETA_Order() {
  42.   return R3Get(this.r3obj, R3IAFILLETA_Order, R3TID_BOOLEAN, 0); 
  43. }
  44.  
  45. R3IAFILLETA_Resolution = 673503;
  46. function SetR3IAFILLETA_Resolution(value) {
  47.   R3Set(this.r3obj, R3IAFILLETA_Resolution, value, R3TID_BOOLEAN, 0); 
  48. }
  49.  
  50. function GetR3IAFILLETA_Resolution() {
  51.   return R3Get(this.r3obj, R3IAFILLETA_Resolution, R3TID_BOOLEAN, 0); 
  52. }
  53.  
  54.  
  55.  
  56. function r3Iafillet () { 
  57.    this.base = r3God;
  58.    if(arguments.length) {
  59.       this.base(R3CLID_IAFILLET, arguments);
  60.    }
  61.    // Methods
  62.  
  63.    // Attributes
  64.    this.GetCut=GetR3IAFILLETA_Cut;
  65.    this.SetCut=SetR3IAFILLETA_Cut;
  66.    this.GetRadius=GetR3IAFILLETA_Radius;
  67.    this.SetRadius=SetR3IAFILLETA_Radius;
  68.    this.GetOrder=GetR3IAFILLETA_Order;
  69.    this.SetOrder=SetR3IAFILLETA_Order;
  70.    this.GetResolution=GetR3IAFILLETA_Resolution;
  71.    this.SetResolution=SetR3IAFILLETA_Resolution;
  72. }
  73.  
  74. r3Iafillet.prototype=new r3Iaconstructor;
  75. // f3iafill.h_H